home *** CD-ROM | disk | FTP | other *** search
/ Level 2004 October (DVD) / Level_2004-10_118_DVD_Bloodrayne.iso / Software / AceHTML / acehtml6pro.exe / scriptdef / Prevent Selection.sd < prev    next >
Encoding:
INI File  |  2004-06-28  |  459 b   |  33 lines

  1. [SUBJECT]
  2. Description=Disable selection of text
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript1.2">
  9. ;<!-- begin
  10. ;function disableselect(e){
  11. ;return false;
  12. ;}
  13. ;function reEnable(){
  14. ;return true;
  15. ;}
  16. ;document.onselectstart=new Function ("return false");
  17. ;if (window.sidebar){
  18. ;document.onmousedown=disableselect;
  19. ;document.onclick=reEnable;
  20. ;}
  21. ;// end -->
  22. ;</script>
  23. ;
  24.  
  25. [BODY_TEXT]
  26.  
  27.  
  28. [``]
  29. Kind=S
  30. Value=
  31.  
  32.  
  33.